object FSplash: TFSplash Left = 403 Top = 320 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone Caption = 'FSplash' ClientHeight = 159 ClientWidth = 232 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Scaled = False PixelsPerInch = 96 TextHeight = 16 object LogoImage: TImage Left = 0 Top = 0 Width = 32 Height = 32 AutoSize = True Enabled = False OnClick = LogoImageClick end object Label1: TLabel Left = 40 Top = 64 Width = 160 Height = 16 Caption = 'Your Logo Belongs Here' end object Timer1: TTimer Interval = 2000 OnTimer = Timer1Timer Left = 188 Top = 115 end end